home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / sound / rsynth22.zip / TEXT.H < prev    next >
C/C++ Source or Header  |  1994-11-08  |  258b  |  9 lines

  1. /* $Id: text.h,v 1.13 1994/11/08 13:30:50 a904209 Exp a904209 $
  2. */
  3. extern int isvowel PROTO((int chr));
  4. extern int isconsonant PROTO((int chr));
  5.  
  6. typedef void (*out_p) PROTO((void *arg,char *s));
  7. extern int NRL PROTO((char *s,unsigned n,darray_ptr phone));
  8.  
  9.